AAsset_read

Attempt to read 'count' bytes of data from the current offset.

Returns the number of bytes read, zero on EOF, or < 0 on error.

version(Android)
extern (C)
int
AAsset_read
(,
void* buf
,
size_t count
)

Meta